﻿/*导航*/
.productListNav {
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: right;
}
    .productListNav li {
        display: inline-block;
        margin-right: 20px;
        height: 40px;
        line-height: 40px;
        overflow: hidden;
        border-bottom: 3px solid #fff;
        transition: all 0.5s;
        position: relative;
        color: #555;
    }
        .productListNav li:after {
            width: 0;
            content: '';
            height: 3px;
            background-color: #333;
            position: absolute;
            bottom: 0;
            left: 0;
            transition: all 0.5s;
        }
        .productListNav li:hover:after {
            width: 100%;
        }
        .productListNav li:hover {
            color: #04448c;
        }

    .productListNav .active:after {
        width: 100%;
    }

/*产品列表*/
.listProduct {
    width: 100%;
    height: auto;
    overflow: hidden;
}

    .listProduct li {
        width: 31.33%;
        float: left;
        height: auto;
        overflow: hidden;
        margin: 10px 1%;
        position: relative;
    }

        .listProduct li:hover .content {
            left: 0;
        }

        .listProduct li:hover .pic img {
            width: 120%;
            height: 120%;
            top: -10%;
            left: -10%;
        }

        .listProduct li .content {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: -100%;
            background: rgba(0,0,0,0.8);
            color: #fff;
            transition: all 0.5s;
            z-index: 1;
            justify-content: center;
            align-content: center;
            text-align: center;
        }

        .listProduct li .contentCenter {
            width: 90%;
            margin: 10px auto;
            height: 120px;
            overflow: hidden;
        }

        .listProduct li .content .title {
            width: 100%;
            height: 40px;
            overflow: hidden;
            line-height: 40px;
            margin: 10px auto;
            font-size: 18px;
        }

        .listProduct li .content .button {
            width: 100%;
            margin: 10px auto;
        }

            .listProduct li .content .button a {
                display: inline-block;
                background-color: #004386;
                color: #fff;
                padding: 0px 20px;
                margin-right: 20px;
                line-height: 30px;
                transition: all 0.5s;
                border-radius: 20px;
            }

                .listProduct li .content .button a:hover {
                    background-color: #2f54ac;
                }

        .listProduct li .pic {
            width: 100%;
            height: 350px;
            position: relative;
        }

            .listProduct li .pic img {
                width: 100%;
                height: 100%;
                position: absolute;
                top: 0;
                left: 0;
                transition: all 0.5s;
                z-index: 0;
            }

/*产品详情*/
.caseShowTopLeft{
    width:25%;float:left;
    margin-right:5%;
}
.caseShowTopLeft h1{
    width:100%;
    height:auto;overflow:hidden;
    line-height:40px;
    font-size:30px;
}
.caseShowTopLeft h3{
    width:100%;
    height:auto;overflow:hidden;
    line-height:30px;
    margin:10px auto;
    color:#555;
}
.caseShowTopLeft h3 a{color:#555;}
.caseShowTopLeft .more{
    width:100%;
}
.caseShowTopLeft .more a{
    border:1px solid #ccc;
    display:inline-block;
    padding:0 20px;
    line-height:25px;
    transition:all 0.5s;
    position:relative;
    z-index:0;
    font-size:12px;
}
    .caseShowTopLeft .more a::after {
        width: 0;
        height: 25px;
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        background: linear-gradient(60deg,#2f54ac,#4a74d8);
        transition: all 0.5s;
        z-index:-1;
    }
    .caseShowTopLeft .more .btnGet {
        background-color:#2f54ac;
        color:#fff;
    }
.caseShowTopLeft .more a:hover {
    color: #fff;
}
    .caseShowTopLeft .more a:hover::after {
        width: 100%;
    }

    .caseShowTopRight {
        width: 70%;
        float: left;
    }
.caseShowTopRight h2{
    width:100%;
    line-height:40px;
    font-size:24px;
}
.caseShowTopRight h3{
    width:100%;
    line-height:35px;
    color:#666;
    font-size:16px;
    font-weight:300;
    margin:20px auto;
}


/*详情底部广告*/
.caseShowBottomTitle {
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 50px;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
}
.caseShowBottomDesc {
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
    margin: 40px auto;
}
    .caseShowBottomDesc h3 {
        display: inline-block;
        line-height: 30px;
        color: #666;
        font-size: 16px;
        margin: 10px auto;
    }
    .caseShowBottomDesc h4 {
        display: inline-block;
        padding: 15px 20px;
        line-height: 30px;
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
        font-size: 24px;
    }
        .caseShowBottomDesc h4 span {
            font-family: Arial;
            font-weight: bold;
        }


/*详情底部推荐*/
.caseShowRecommendTitle{
    width:100%;
    height:50px;overflow:hidden;
    position:relative;
    line-height:50px;
    text-align:center;
    margin:50px auto;
}
.caseShowRecommendTitle span{
    display:inline-block;
    background-color:#fff;
    padding:0 10px;
    line-height:50px;
    height:50px;overflow:hidden;
    font-size:24px;
    font-weight:bold;
}
.caseShowRecommendTitle::after{
    width:100%;
    height:1px;
    background-color:#eee;
    content:'';
    top:25px;
    left:0;
    position:absolute;
    z-index:-1;
}

.caseShowContent {
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 30px;
    font-size: 16px;
    margin: 50px auto;
    text-align:center;
}

    .caseShowContent img {
        max-width: 96%;
        margin: 5px 0;
        border-radius:10px;
        border:10px solid #555;
    }

.caseShowPage{
    width:100%;
    height:auto;overflow:hidden;
    text-align:center;
}
.caseShowPage li{
    display:inline-block;
    margin-right:10px;
}
    .caseShowPage li span {
        font-size: 20px;
        color: #999;
        transition: all 0.5s;
    }
.caseShowPage li a span{
    color:#666;
}
.caseShowPage li span:hover{
   opacity:0.6;
}

@media(max-width:720px){
    /*产品列表*/
        .listProduct li {
            width: 98%;
            float: left;
            height: auto;
            overflow: hidden;
            margin: 10px 1%;
            position: relative;
        }

            .listProduct li .pic {
                height: 250px;
            }



    /*产品详情*/
    .caseShowTopLeft {
        width: 100%;
        margin-right: 0;
        margin-bottom:30px;
    }
    .caseShowTopRight {
        width: 100%;
    }
        .caseShowTopRight h3 {
            margin: 20px auto 0 auto;
        }


    /*详情底部推荐*/
    .caseShowRecommendTitle {
        width: 100%;
        height: 50px;
        overflow: hidden;
        position: relative;
        line-height: 50px;
        text-align: center;
        margin: 20px auto;
    }

    .caseShowContent {
        margin: 20px auto;
    }
        .caseShowContent img {
            max-width: 92%;
        }

}